home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-28 | 378 b | 19 lines | [TEXT/CWIE] |
- // SystemWindowScreenPart.cp
-
- #ifndef SystemWindowScreenPart_h
- #include "SystemWindowScreenPart.h"
- #endif
- #ifndef MouseDownEvent_h
- #include "MouseDownEvent.h"
- #endif
-
- bool SystemWindowScreenPart::Active() const
- {
- return window == FrontWindow();
- }
-
- void SystemWindowScreenPart::Click( const MouseDownEvent& event ) const
- {
- SystemClick( &event.AsReceived(), window );
- }
-